home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Peter Lewis
/
PNL Libraries
/
Assembly
/
TranslateISO.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-11
|
156 b
|
10 lines
|
[
TEXT/PJMM
]
unit TranslateISO;
interface
function NetToMac (p: ptr; len: longInt): longInt;
function MacToNet (p: ptr; len: longInt): longInt;
implementation
end.